Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.platform.ui.web.htmleditor.contrib--plugins

This contribution is part of XML component org.nuxeo.ecm.platform.ui.web.htmleditor.contrib inside nuxeo-platform-ui-web-6.0.jar

Extension Point

Extension point plugins of component HtmlEditorPluginServiceImpl.

Contributed Items

  • <htmlEditorPlugin pluginButtonName="nuxeolink" pluginName="nuxeolink" toolbarName="theme_advanced_buttons3_add">
       </htmlEditorPlugin>
  • <htmlEditorPlugin pluginButtonName="nuxeoimageupload" pluginName="nuxeoimageupload" toolbarName="theme_advanced_buttons3_add">
       </htmlEditorPlugin>
  • <htmlEditorPlugin pluginButtonName="fullscreen" pluginName="fullscreen" toolbarName="theme_advanced_buttons3_add">
       </htmlEditorPlugin>

XML Source

<extension point="plugins" target="org.nuxeo.ecm.platform.ui.web.htmleditor.service.HtmlEditorPluginServiceImpl">

   <htmlEditorPlugin pluginButtonName="nuxeolink" pluginName="nuxeolink" toolbarName="theme_advanced_buttons3_add">
   </htmlEditorPlugin>

   <htmlEditorPlugin pluginButtonName="nuxeoimageupload" pluginName="nuxeoimageupload" toolbarName="theme_advanced_buttons3_add">
   </htmlEditorPlugin>

   <htmlEditorPlugin pluginButtonName="fullscreen" pluginName="fullscreen" toolbarName="theme_advanced_buttons3_add">
   </htmlEditorPlugin>

  </extension>